home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_26 / PlaceObject2_393_37 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  216 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.button._currentframe == 1)
  3.    {
  4.       this.gotoAndStop(1);
  5.       open = false;
  6.    }
  7.    else if(_root.button._currentframe == 2 && !open)
  8.    {
  9.       this.play();
  10.    }
  11. }
  12.